//Cs101 Project                            /////////////modified         
TOPIC : "Card game POKER"   
Aim : 		
We are planning to simulate the popular card game poker. We will try to make a c++ program in which a player can play poker against the c++ program.We are trying to develop a suitabe algorithm for artificial intelligence using probability and some other concepts.   		   

Work division: 
Mehul,navin and tirupati : Handling the main() function,including the graphics part,conducting the game,and calling other functions.   				
Irshaad and mohit : Handling the function which handles the probablility finding part for the artificial intelligence   				
chandrakant and chirayu: Handling the decision that the artificial intelligence will take using probability.   			


Algorithm-
At each stage of the game we will have a particular state of cards...So we will virtually form a set of 7 card for that us...call a function which calculates the probability of winning with those 7 cards...multiply that value with the probability of getting that particular combination of cards..
((Now when we have a set of 7 cards,we will choose the best 5 cards and then using a database we will calculate the probabilty...this database will also be created by us.)) 

Work done till now-The basic outline of algorithm  is created by mehul. He has started to make the database for any 5 card combination's winning probability.
					The basic idea of implementing the main() function was designed by Navin and thirupathi.
					Ideas for taking decision making were discussed and chirayu and chandrakanth started work
					Irshad and mohit were given the task of identifying the best 5 out of 7 on which they started working.
